home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource Library: Multimedia
/
Resource Library: Multimedia.iso
/
hypertxt
/
msdos
/
magic15c
/
installm.bat
< prev
next >
Wrap
DOS Batch File
|
1988-10-27
|
1KB
|
33 lines
ECHO off
ECHO -
ECHO This Batch File will Install MAGREAD On Your Hard Disk Into Two
ECHO Directories which InstallM.Bat will create. These Directories are
ECHO C:\MAGIC for system files and C:\MAGIC\FILES for data files.
ECHO Installm.Bat is expecting this disk to be in the default Drive
ECHO -
ECHO If you wish to abort, press CTRL-BREAK now... Otherwise...
PAUSE
ECHO ..Creating Directories
MD C:\MAGIC
MD C:\MAGIC\FILES
ECHO ..Copying Files From MAGREAD disk..
ARC X MAGREAD MAGREAD.* README. C:\MAGIC
ARC X MAGREAD *.MAG *.MGR C:\MAGIC\FILES
C:
ECHO ..Installation Complete..
ECHO -
ECHO To Read a Sample Hypertext File, Type:
ECHO -
ECHO MAGREAD HOWTO
ECHO -
ECHO Some helpful hints can be found in MAGREAD.DOC and README.
ECHO These files can be Displayed with the DOS TYPE command.
ECHO -
ECHO To see these instructions again use the DOS TYPE command on the file
ECHO INSTALLM.BAT. You may now delete the MAGREAD.ARC and .BAT files off
ECHO your hard disk or floppy.
ECHO THANK YOU.